type net/http.http2GoAwayFrame

10 uses

	net/http (current package)
		h2_bundle.go#L2469: type http2GoAwayFrame struct {
		h2_bundle.go#L2480: func (f *http2GoAwayFrame) DebugData() []byte {
		h2_bundle.go#L2494: 	return &http2GoAwayFrame{
		h2_bundle.go#L3267: 	case *http2GoAwayFrame:
		h2_bundle.go#L5581: 	case *http2GoAwayFrame:
		h2_bundle.go#L5903: func (sc *http2serverConn) processGoAway(f *http2GoAwayFrame) error {
		h2_bundle.go#L7661: 	goAway           *http2GoAwayFrame             // if non-nil, the GoAwayFrame we received
		h2_bundle.go#L8219: func (cc *http2ClientConn) setGoAway(f *http2GoAwayFrame) {
		h2_bundle.go#L9574: 		case *http2GoAwayFrame:
		h2_bundle.go#L10096: func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {